home *** CD-ROM | disk | FTP | other *** search
- on about
- global status
- eracemenudownbutton()
- set status to "about"
- puppetSprite(19, 1)
- set the type of sprite 19 to 1
- set the ink of sprite 19 to 0
- set the foreColor of sprite 19 to 255
- set the backColor of sprite 19 to 0
- set the castNum of sprite 19 to the number of member "about"
- set the locH of sprite 19 to 320
- set the locV of sprite 19 to 180
- updateStage()
- end
-
- on exitalart
- global status
- eracemenudownbutton()
- set status to "exitAlart"
- puppetSprite(19, 1)
- set the type of sprite 19 to 1
- set the ink of sprite 19 to 0
- set the foreColor of sprite 19 to 255
- set the backColor of sprite 19 to 0
- set the castNum of sprite 19 to the number of member "exitDialog"
- set the locH of sprite 19 to 320
- set the locV of sprite 19 to 240
- updateStage()
- puppetSprite(20, 1)
- set the type of sprite 20 to 1
- set the ink of sprite 20 to 0
- set the foreColor of sprite 20 to 255
- set the backColor of sprite 20 to 0
- set the castNum of sprite 20 to the number of member "cancel,up"
- set the locH of sprite 20 to 192
- set the locV of sprite 20 to 251
- updateStage()
- puppetSprite(21, 1)
- set the type of sprite 21 to 1
- set the ink of sprite 21 to 0
- set the foreColor of sprite 21 to 255
- set the backColor of sprite 21 to 0
- set the castNum of sprite 21 to the number of member "yes,up"
- set the locH of sprite 21 to 322
- set the locV of sprite 21 to 251
- updateStage()
- end
-
- on helpmenu
- global status
- eracemenudownbutton()
- unLoad()
- set status to "helpMenu"
- puppetSprite(19, 1)
- set the type of sprite 19 to 1
- set the ink of sprite 19 to 0
- set the foreColor of sprite 19 to 255
- set the backColor of sprite 19 to 0
- set the castNum of sprite 19 to the number of member "help1"
- set the locH of sprite 19 to 320
- set the locV of sprite 19 to 251
- updateStage()
- puppetSprite(20, 1)
- set the type of sprite 20 to 1
- set the ink of sprite 20 to 0
- set the foreColor of sprite 20 to 255
- set the backColor of sprite 20 to 0
- set the castNum of sprite 20 to the number of member "helpNext,up"
- set the locH of sprite 20 to 84
- set the locV of sprite 20 to 50
- updateStage()
- puppetSprite(21, 1)
- set the type of sprite 21 to 1
- set the ink of sprite 21 to 0
- set the foreColor of sprite 21 to 255
- set the backColor of sprite 21 to 0
- set the castNum of sprite 21 to the number of member "helpPrev,up"
- set the locH of sprite 21 to 42
- set the locV of sprite 21 to 50
- updateStage()
- puppetSprite(22, 1)
- set the type of sprite 22 to 1
- set the ink of sprite 22 to 0
- set the foreColor of sprite 22 to 255
- set the backColor of sprite 22 to 0
- set the castNum of sprite 22 to the number of member "closeHelp,up"
- set the locH of sprite 22 to 42
- set the locV of sprite 22 to 32
- updateStage()
- end
-